From 2ab469edc20cf97da41b2fc6eae2612c9ef3e106 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 17 Aug 2010 02:40:05 +0000 Subject: [PATCH] Tweak vecs for mtk_logger to show it can read waypoints. --- mtk_logger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mtk_logger.c b/mtk_logger.c index 567ed5b95..c48438337 100644 --- a/mtk_logger.c +++ b/mtk_logger.c @@ -1512,7 +1512,7 @@ static arglist_t mtk_fargs[] = { ff_vecs_t mtk_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init, NULL, file_deinit, @@ -1526,7 +1526,7 @@ ff_vecs_t mtk_fvecs = { ff_vecs_t mtk_m241_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init_m241, NULL, file_deinit, -- 2.30.2